- argument pattern
- схема доказательства
Англо-русский словарь по исследованиям и ноу-хау. Е.Г. Коваленк. 2015.
Англо-русский словарь по исследованиям и ноу-хау. Е.Г. Коваленк. 2015.
Pattern day trader — is a term defined by the U.S. Securities and Exchange Commission to describe a stock market trader who executes 4 (or more) day trades in 5 business days in a margin account, provided the number of day trades are more than six percent of the… … Wikipedia
Pattern matching — In computer science, pattern matching is the act of checking some sequence of tokens for the presence of the constituents of some pattern. In contrast to pattern recognition, the match usually has to be exact. The patterns generally have the form … Wikipedia
Pattern language — A pattern language is a structured method of describing good design practices within a field of expertise. It is characterized by Fact|date=June 2008 # Noticing and naming the common problems in a field of interest, # Describing the key… … Wikipedia
Argument dependent name lookup — In the C++ programming language, Koenig lookup, also known as argument dependent lookup (ADL), or argument dependent name lookup, applies to the lookup of an unqualified function name depending on the types of the arguments given to the function… … Wikipedia
argument — To argue is to produce considerations designed to support a conclusion. An argument is either the process of doing this (in which sense an argument may be heated or protracted) or the product, i.e. the set of propositions adduced (the premises),… … Philosophy dictionary
Null Object pattern — Null object redirects here. For the concept in category theory, see Initial object. In object oriented computer programming, a Null Object is an object with defined neutral ( null ) behavior. The Null Object design pattern describes the uses of… … Wikipedia
Doomsday argument — World population from 10,000 BC to AD 2000 The Doomsday argument (DA) is a probabilistic argument that claims to predict the number of future members of the human species given only an estimate of the total number of humans born so far. Simply… … Wikipedia
Command pattern — In object oriented programming, the command pattern is a design pattern in which an object is used to represent and encapsulate all the information needed to call a method at a later time. This information includes the method name, the object… … Wikipedia
Interaction design pattern — In interaction design/HCI, an interaction design (ID) pattern is a general repeatable solution to a commonly occurring usability or accessibility problem in interface design or interaction design.See design pattern (disambiguation page) and… … Wikipedia
Visitor pattern — [ LePUS3 ( [http://lepus.org.uk/ref/legend/legend.xml legend] ) ] In object oriented programming and software engineering, the visitor design pattern is a way of separating an algorithm from an object structure upon which it operates. A practical … Wikipedia
Template method pattern — [ LePUS3 ( [http://lepus.org.uk/ref/legend/legend.xml legend] ) ] In software engineering, the template method pattern is a design pattern.It is a so called behavioral pattern, and is unrelated to C++ templates.IntroductionIn a template pattern,… … Wikipedia